Breast Cancer Classification with Multi-layer Perceptron (MLP)

Using neural networks to classify tumors as malignant or benign.

Project Overview

This project utilizes a Multi-layer Perceptron (MLP) model to classify tumors as malignant or benign based on the Breast Cancer Wisconsin dataset. The model is evaluated using 5-fold cross-validation and analyzed for overfitting through learning curves.

Key Outcomes

Tools Used

View the Code

Click the link below to view the full code and documentation for this project on GitHub:

View on GitHub